home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Text Processing / HexEdit Release.sit / HexEdit Release / Project / Source / HexCompare.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-10-30  |  1.4 KB  |  43 lines  |  [TEXT/CWIE]

  1. /*
  2.  * The contents of this file are subject to the Mozilla Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/MPL/
  6.  * 
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  * 
  12.  * The Original Code is Copyright 1993 Jim Bumgardner.
  13.  * 
  14.  * The Initial Developer of the Original Code is Jim Bumgardner
  15.  * Portions created by Lane Roathe are
  16.  * Copyright (C) Copyright © 1996-2002.
  17.  * All Rights Reserved.
  18.  *
  19.  * Modified: $Date: 2002/11/01 05:18:51 $
  20.  * Revision: $Id: HexCompare.h,v 1.6 2002/11/01 05:18:51 raving Exp $
  21.  *
  22.  * Contributor(s):
  23.  *        Lane Roathe
  24.  *        Nick Shanks
  25.  */
  26.  
  27. #ifndef _HexEdit_HexCompare_
  28. #define _HexEdit_HexCompare_
  29.  
  30. #include "HexEdit.h"
  31. #include "EditWindow.h"
  32.  
  33.  
  34. extern WindowRef CompWind1, CompWind2;
  35.  
  36. Boolean PerformTextCompare( EditWindowPtr dWin, EditWindowPtr dWin2 );
  37. //185 Boolean PerformTextDifferenceCompare( EditWindowPtr dWin, EditWindowPtr dWin2 );
  38. //185 Boolean PerformTextMatchCompare( EditWindowPtr dWin, EditWindowPtr dWin2 );
  39. void DoComparison( void );
  40. Boolean GetCompareFiles( short modifiers );
  41. void ComparisonPreferences( void );
  42.  
  43. #endif